C#
Parameters
- source
- Searched object.
- match
- Search criteria.
- defValue
- Search result by default.
Type Parameters
- T
- Any type.
Return Value
Found objects if the search was successful; otherwise - default result (defValue).Exception | Description |
---|---|
ArgumentNullOrEmptyException | If the match parameter, which specifies the search criteria, is empty. |
Extensible type for the classes that implement IEnumerable interface.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2